home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 6 / The Arsenal Files 6 (Arsenal Computer).ISO / os2 / nemo10.zip / NEMO-OS2.MNU < prev    next >
Text File  |  1996-02-06  |  990b  |  48 lines

  1. '
  2. '  Captain Nemo sample user menu file
  3. '
  4. '  This file is part of the "Captain Nemo" file manager.
  5. '  Copyright (C) 1993-1996 by Adam Mirowski
  6. '
  7. '  $Id: nemo-os2.mnu 1.16 96/02/02 22:29:03 ROOT_DOS Exp $
  8. '
  9. '  Note: The main menu should be in the root directory of
  10. '        the disk containing the nemo.exe binary.
  11. '
  12. ───── Sessions ─────────
  13.  
  14. F1:    DOS session
  15.     startd /DOS /FS /SF E:\os2\bin\startd.ini command /e:640
  16.  
  17. F2:    Captain Nemo for DOS
  18.     startd /DOS /FS /SF E:\os2\bin\startd.ini C:\home\bin\bc-dos0.exe
  19.  
  20. F3:    Captain Nemo for OS/2
  21.     start /F /FS /C C:\os2\local\nemo.cmd
  22.  
  23. F4:    Norton Commander for DOS
  24.     startd /DOS /FS /SF E:\os2\bin\startd.ini C:\home\bin\nk.bat
  25.  
  26. F5:    Fullscreen OS/2
  27.     start /FS
  28.  
  29. F6:    Workplace Shell
  30.     start /F pmshell
  31.  
  32. F7:    Win-OS/2 fullscreen
  33.     start /F /C win progman
  34.  
  35. ───── Multimedia ───────
  36.  
  37. F8:    Volume control
  38.     start /F ampm
  39.  
  40. ───── Boots ────────────
  41.  
  42. O:    OS/2 boot
  43.     echo Y | boot /os2
  44.  
  45. D:    DOS boot
  46.     echo Y | boot /dos
  47.  
  48.